projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b875a8
)
(Info-restore-desktop-buffer): Delete with-no-warnings.
author
Lars Hansen
<larsh@soem.dk>
Thu, 22 Apr 2004 19:49:11 +0000
(19:49 +0000)
committer
Lars Hansen
<larsh@soem.dk>
Thu, 22 Apr 2004 19:49:11 +0000
(19:49 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index ad04d8ece73fb6397c43bbecb2cdec345882a899..a284ca7fa2e0a86c348ec3792750c03d2ffdc02f 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-3724,8
+3724,7
@@
BUFFER is the buffer speedbar is requesting buttons for."
(let ((first (nth 0 desktop-buffer-misc))
(second (nth 1 desktop-buffer-misc)))
(when (and first second)
- (with-no-warnings
- (Info-find-node first second))
+ (Info-find-node first second)
(current-buffer))))
(provide 'info)